@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-repeat: no-repeat;
	/* [disabled]width: 100%; */
	text-shadow: 0px 0px #FFFFFF;
	font-family: "License Plate";
	background-color: #000000;
}
a img {
	border: none;
	width: 365px;
	margin-top: 23px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	margin-left: 18px;
}
a img:hover {
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
}

/* ~~ Fußzeile ~~ */
footer {
	position: fixed;/* Liefert "hasLayout" für Internet Explorer 6, zum korrekten Rücksetzen der schwebenden Ausrichtung. */
	clear: both;
	bottom: 0px;
	width: 100%;
	background-color: #000000;
	z-index: -14;
	color: #990066;
	left: 0px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: large;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
#back {
	position: fixed;
	bottom: 0px;
	font-size: xx-large;
	/* [disabled]opacity: 0.5; */
	background-color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 6px;
	border-radius: 7px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-weight: bold;
	text-decoration: none;
}
#back a {
	color: #FF9900;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: bold;
	font-size: large;
	text-shadow: 1px 1px 4px #000000;
	text-decoration: none;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

a:link {
	color: #FF9900;
	text-decoration: underline;
	text-shadow: 0px 0px 0px;
}
a:visited {
	color: #6E6C64;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
body footer h2 {
}


/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

/*Unterstützung für HTML5 - Legt für die neuen HTML5-Tags die Eigenschaft "display:block" fest, damit die Tags in den Browsern korrekt dargestellt werden. */
header, section, footer, aside, article, figure {
	display: block;
}
@media only screen and (min-width: 481px) {



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {


}
#back a:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
